home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 223_01 / grabuf.c < prev    next >
Text File  |  1980-01-01  |  384b  |  16 lines

  1.  
  2. /*
  3. ** grabufc.c    by fas 8/30/84
  4. */
  5.  
  6. #include <stdio.h>
  7.  
  8.    static int buf;
  9.  
  10. grabuf() {
  11.  
  12.    if((buf = grabio) != NULL) return(buf+42);    
  13.    return(NULL);
  14. }
  15.  
  16.